home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
pgm_tool
/
lu62
/
include
/
rcballoc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-07-03
|
286b
|
10 lines
struct rcballoc {
/* This structure is RCB_ALLOCATE record.
* The RM sends it to the "allocate" procedure
* in reply on the ALLOCATE_RCB record.
*/
int rc; /* possible values : OK, UNSUCCESSFUL,
* SYNC_LEVEL_NOT_SUPPORTED
*/
struct rcb *rcb_ptr; };